home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / remind20.zip / REMINDME.DOC < prev    next >
Text File  |  1996-06-12  |  19KB  |  432 lines

  1.   
  2.                                REMIND ME !
  3.  
  4.                                   v2.0
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                         (404) 256-9525 (USR 33.6)
  12.                         (404) 705-9104 (USR 33.6)
  13.                  (404) 256-9518 (Voice, 9am-9:30pm EST)
  14.                      (Email) al_lawre@ix.netcom.com
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    The REMIND ME! Door allows your callers to enter REMINDERS to themselves.
  23.    They can be reminded daily, on a specific date, a day of the week, on a
  24.    paricular date of the month OR on EVEN or ODD days of the month (in
  25.    essence displaying the Reminder every other day). Reminders are displayed
  26.    to the caller when they open the Door or automatically if you make it an
  27.    Auto Login Door.
  28.  
  29.    SYSOP can leave reminders to ALL, specific Security levels or to
  30.    SPECIFIC USERS!!!!
  31.  
  32.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  33.          created in the directory you run the door from.
  34.  
  35.  
  36.  
  37.                               INSTALLATION
  38.                               ____________
  39.  
  40.  
  41.    Installation is fairly easy and straight-forward. The following steps and
  42.    examples should have you up and running in a very short period of time.
  43.    It is assumed that you are familiar with setting up DOORS on your system.
  44.    To this end, only examples of the configuration file and Door batch file
  45.    are described.
  46.  
  47.       1) Create a directory to hold all REMINDME files
  48.  
  49.       2) Unzip REMINDxx.ZIP into the the above directory
  50.  
  51.       3) Create a configuration file, with a name of your choice, or
  52.          modify the supplied REMINDME.CFG file. A description follows:
  53.  
  54.             **                       Location of system file (See Below)
  55.             SUNRISE-80 BBS           Your BBS Name
  56.             Al                       Sysop's First name
  57.  
  58.             Lawrence                 Sysop's Last Name
  59. |-----------------------------------------------------------------------------|
  60. | READ!     1                        CommPort  \ These 2 lines are required   |
  61. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  62. |-----------------------------------------------------------------------------|
  63.  
  64.             00000000                 Registration Number
  65.  
  66.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  67.                                      2 = Display ADOPT-A-DOOR message
  68.  
  69.             2                        Keyboard timeout value in Minutes
  70.  
  71.             N                        Y =  Use European Date Format (DDMMYY)
  72.                                      N =  Use Regular  Date Format (MMDDYY)
  73.  
  74.            365                       Maximum # of days caller can enter in
  75.                                      response to the number of warning days.
  76.                                      This number will be used to determine how
  77.                                      many days prior to the due to start
  78.                                      displaying the Reminder. (0-365).
  79.                                      0 = No warning days
  80.  
  81.            365                       Maximum # of days caller can enter in
  82.                                      in response to how long the reminder
  83.                                      will remain active (1-365)
  84.  
  85.              0                       Additional Security level that will be
  86.                                      allowed to leave Reminders as if they
  87.                                      were the Sysop (Co-Sysop as an example)
  88.                                      Note: They will NOT be able to Delete or
  89.                                            Modify or Review messages they
  90.                                            entered to a Specific caller or to
  91.                                            All Callers.
  92.  
  93.              Y                       Y = Do    check if caller is ANSI capable
  94.                                      N = DoNot check if caller is ANSI capable
  95.  
  96.  
  97.           NONE                       Drive\path\filename of the file you want
  98.                                      displayed when returning from an AUTO-LOGIN
  99.                                      to the BBS.
  100.  
  101.           NONE                       Drive\Path\Filename of the file you want
  102.                                      displayed when manually exiting the Door
  103.                                      using the Exit option from the Main Menu.
  104.  
  105.              Y                       Y = FORCE callers to read ALL Reminders 
  106.                                      N = Allow callers to EXIT without reading
  107.                                          ALL Reminders
  108.  
  109.              Y                       Y = Log all callers to USAGEx
  110.                                      N = Do not log callers
  111.  
  112.               ** = Replace with ONE of the following:
  113.  
  114. C:\BBS\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  115. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  116. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  117. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  118. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  119. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  120. C:\BBS\GTUSER.BBS               <- For GT Power
  121.                                    * if using this option you must put the
  122.                                      ComPort # on line 5 and the Node # on
  123.                                      line 6 of the configuration file
  124.  
  125.  
  126.  
  127.            # = Requires registration to change to a different value.
  128.  
  129.                NOTE: There are NO Blank Lines in the Config File!!
  130.  
  131.  
  132.  
  133.  
  134.       4) Create a batch file or modify the REMINDME file supplied. A
  135.          description of this file follows:
  136.  
  137.             ECHO off
  138.             cd\BBS\DOORS\REMINDME     Location of REMINDME files
  139.             REMINDME REMINDME.CFG     EXE filename and CFG filename (Name
  140.                                       used in creating file in #3 above)
  141.             CD\BBS
  142.             BOARD
  143.  
  144.  
  145.        5) When running in more than one node, be sure to supply a
  146.           different configuration name for each node (your choice of name).
  147.  
  148.        6) If running with Fossil-based multi-port boards add
  149.            /FD to the line containing the CFG name as follows:
  150.  
  151.                         REMINDME REMINDME.CFG /FD
  152.  
  153.  
  154.  
  155.  
  156.                           TROUBLESHOOTING
  157.                           ---------------
  158.  
  159. (1) If you are running this Door on a 486 system and encounter errors such as
  160.  
  161.     ERROR 6.... OVERFLOW Error
  162.     ERROR 5.... ILLEGAL Function Call (may be associated with other problems)
  163.     KEYBOARD Timeout after 5 minutes
  164.  
  165.     You may have to put the following line in your AUTOEXEC.BAT file:
  166.  
  167.          SET NO87=ON
  168.  
  169. (2) If you encounter an Error 62 (Input Past End of File), BEFORE you see the
  170.     opening screen of the Door, your problem will more than likely be associated
  171.     with the CFG file. The error 62 means that you do not have enough entries
  172.     in the CFG. Compare your CFG file with the CFG definition in the DOC file.
  173.  
  174.  
  175. (3) If you encounter an ERROR 70... Permission Denied, this will more than
  176.     likely mean that you DO NOT have SHARE loaded. SHARE is a DOS file that
  177.     comes with your version of DOS. To load it type the word SHARE at the DOS
  178.     prompt. To load it permanently type the word SHARE on a line by itself in
  179.     your AUTOEXEC.BAT file, any place prior to the loading of your BBS
  180.     software. There have been numerous reports that loading SHARE high causes
  181.     some problems, so to be on the safe side, do not load it high.
  182.  
  183.  
  184. Should you have any questions or problem, please do not hesitate to call
  185.    voice for immediate help... 404-256-9518 (9am-9:30pm EST) any day!
  186.  
  187.  
  188.  
  189.  
  190.                              USAGE LOG
  191.                              ---------
  192.  
  193. As an option, we provide you with the ability to